Always enable native JSON support and remove Jansson references
authorMattias Engdegård <mattiase@acm.org>
Sat, 30 Mar 2024 14:13:24 +0000 (15:13 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 30 Mar 2024 14:19:56 +0000 (15:19 +0100)
commit1135ce461d188869e0294af45641edc2cbfacbf0
treefe0c7ec4113ac62c6ab0d28b9bc8bc81dc005906
parent890edfd2bb8fd79730919972cc82811b73c7f572
Always enable native JSON support and remove Jansson references

* src/json.c (Fjson__available_p): Remove.
* lisp/subr.el (json-available-p): Always return t.
* admin/nt/dist-build/build-dep-zips.py:
* configure.ac:
* doc/lispref/text.texi (Parsing JSON):
* java/INSTALL:
* java/org/gnu/emacs/EmacsNative.java (EmacsNative):
* lisp/term/w32-win.el (dynamic-library-alist):
* m4/ndk-build.m4 (ndk_INIT):
* msdos/sed1v2.inp:
* nt/INSTALL:
* nt/INSTALL.W64:
* src/Makefile.in:
* src/emacs.c (main):
* src/lisp.h:
Remove JSON configuration options and references to it and Jansson from
documentation and build files.
* etc/NEWS: Announce.
16 files changed:
admin/nt/dist-build/build-dep-zips.py
configure.ac
doc/lispref/text.texi
etc/NEWS
java/INSTALL
java/org/gnu/emacs/EmacsNative.java
lisp/subr.el
lisp/term/w32-win.el
m4/ndk-build.m4
msdos/sed1v2.inp
nt/INSTALL
nt/INSTALL.W64
src/Makefile.in
src/emacs.c
src/json.c
src/lisp.h